﻿advanced_education_interaction = {
	category = interaction_category_friendly
	interface_priority = 10

	cooldown = { years = 5 }

	is_shown = {
		scope:recipient = scope:actor
		NOT = {
			scope:recipient = {
				is_adult = no
			}
		}
	}

	on_accept = {
		scope:actor = {
			custom_tooltip = advanced_education_interaction_tooltip
			trigger_event = advanced_education.1
		}
	}

	ai_frequency = 0
	ai_will_do = {
		base = 0
	}
}